home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / 3_10 / Printers / Juki / juki
Encoding:
Text File  |  1989-08-02  |  1.3 KB  |  65 lines

  1.     PipeDream printer drivers
  2.  
  3.     This driver is for the Juki.
  4.  
  5.     Created 02-Aug-89
  6.  
  7.                 Description
  8.  
  9. PON                Printer on string
  10. POFF                Printer off string
  11. EP                End of page string
  12.  
  13.  
  14.     On    Off    Off at CR?    Description
  15.  
  16. H1    ESC "E"     ESC "R"     Y    Underlined text
  17. H2    ESC "W"    ESC "&"    Y    Bold text
  18. H3            Y    Extended characters
  19. H4            Y    Italics
  20. H5    ESC "U"    ESC "D"    Y    Subscript downup
  21. H6    ESC "D"    ESC "U"    Y    Superscript updown
  22. H7            N    Alternative font
  23. H8            Y    User defined
  24.  
  25.     Translations
  26.  
  27. "¢"    ESC "Y"            cent
  28. "£"    ESC "I"            pound
  29. "¥"    "Y" 8 "="            yen
  30. "±"    "+" 8 "_"            plus or minus
  31. "à"    "a" 8 "`"            a grave
  32. "á"    "a" 8 "'"            a acute
  33. "â"    "a" 8 "^"            a circumflex
  34. "ã"    "a" 8 "~"            a tilde
  35. "ä"    "a" 8 ESC "J"            a umlaut
  36. "ç"    ESC "K"            c cedilla
  37. "è"    "e" 8 "`"            e grave
  38. "é"    "e" 8 "'"            e acute
  39. "ê"    "e" 8 "^"            e circumflex
  40. "ë"    "e" 8 ESC "J"            e umlaut
  41. "ì"    "i" 8 "`"            i grave
  42. "í"    "i" 8 "'"            i acute
  43. "î"    "i" 8 "^"            i circumflex
  44. "ï"    "i" 8 ESC "J"            i umlaut
  45. "ñ"    "n" 8 "~"            n tilde
  46. "ò"    "o" 8 "`"             o grave
  47. "ó"    "o" 8 "'"             o acute
  48. "ô"    "o" 8 "^"            o circumflex
  49. "õ"    "o" 8 "~"            o tilde
  50. "ö"    "o" 8 ESC "J"            o umlaut
  51. "÷"    "-" 8 ":"            divide by
  52. "ù"    "u" 8 "`"            u grave
  53. "ú"    "u" 8 "'"            u acute
  54. "û"    "u" 8 "^"            u circumflex
  55. "ü"    "u" 8 ESC "J"            u umlaut
  56. "ý"    "y" 8 "'"            y acute
  57. "ÿ"    "y" 8 ESC "J"            y umlaut
  58.  
  59.  
  60. HMIP    ESC 31            HMI prefix - column spacing index
  61. HMIS                HMI suffix
  62. HMIO    1            HMI offset
  63.  
  64.     End of PipeDream printer driver
  65.